home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / widgets-sgi / README < prev   
Text File  |  1998-12-15  |  3KB  |  57 lines

  1.  
  2.  
  3.                            widgets README file
  4.  
  5.  
  6. This directory contains the source code for SGI's OpenGL Xt/Motif widgets,
  7. slightly modified by Jeroen van der Zijp to work better with Mesa.
  8.  
  9. To compile the widget code (producing lib/libGLw.a) cd to the widgets/
  10. directory and type 'make <config>' where <config> is the system configuration
  11. you used to compile Mesa.  This hasn't been tested on many systems so
  12. let us know if you have trouble.
  13.  
  14. If you want to make a Linux ELF shared lib instead of the non-shared .a
  15. file see the notes in the Makefile.
  16.  
  17.  
  18. These files are NOT covered by Mesa's GNU copyright.  The real copyright
  19. is as follows.
  20.  
  21.  
  22.  * (c) Copyright 1993, Silicon Graphics, Inc.
  23.  * ALL RIGHTS RESERVED 
  24.  * Permission to use, copy, modify, and distribute this software for 
  25.  * any purpose and without fee is hereby granted, provided that the above
  26.  * copyright notice appear in all copies and that both the copyright notice
  27.  * and this permission notice appear in supporting documentation, and that 
  28.  * the name of Silicon Graphics, Inc. not be used in advertising
  29.  * or publicity pertaining to distribution of the software without specific,
  30.  * written prior permission. 
  31.  *
  32.  * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
  33.  * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
  34.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
  35.  * FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
  36.  * GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
  37.  * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
  38.  * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
  39.  * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
  40.  * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
  41.  * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
  42.  * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
  43.  * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
  44.  * 
  45.  * 
  46.  * US Government Users Restricted Rights 
  47.  * Use, duplication, or disclosure by the Government is subject to
  48.  * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
  49.  * (c)(1)(ii) of the Rights in Technical Data and Computer Software
  50.  * clause at DFARS 252.227-7013 and/or in similar or successor
  51.  * clauses in the FAR or the DOD or NASA FAR Supplement.
  52.  * Unpublished-- rights reserved under the copyright laws of the
  53.  * United States.  Contractor/manufacturer is Silicon Graphics,
  54.  * Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
  55.  *
  56.  * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
  57.